Don't use the client-side shortcut for get_uuid calls -- we need to keep
authorEwan Mellor <ewan@xensource.com>
Fri, 23 Mar 2007 17:50:18 +0000 (17:50 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 23 Mar 2007 17:50:18 +0000 (17:50 +0000)
commit7beb8f32c161e9b2493b7c77c158262675fbdec6
treee2aee0c4248c05fe9f200eb894c830f7e37e79b7
parentd043ecebc5089e7a393b35ca81dce253d257dd70
Don't use the client-side shortcut for get_uuid calls -- we need to keep
handles and UUIDs conceptually separate.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
21 files changed:
tools/libxen/include/xen_user.h
tools/libxen/src/xen_console.c
tools/libxen/src/xen_crashdump.c
tools/libxen/src/xen_host.c
tools/libxen/src/xen_host_cpu.c
tools/libxen/src/xen_host_metrics.c
tools/libxen/src/xen_network.c
tools/libxen/src/xen_pbd.c
tools/libxen/src/xen_pif.c
tools/libxen/src/xen_pif_metrics.c
tools/libxen/src/xen_sr.c
tools/libxen/src/xen_user.c
tools/libxen/src/xen_vbd.c
tools/libxen/src/xen_vbd_metrics.c
tools/libxen/src/xen_vdi.c
tools/libxen/src/xen_vif.c
tools/libxen/src/xen_vif_metrics.c
tools/libxen/src/xen_vm.c
tools/libxen/src/xen_vm_guest_metrics.c
tools/libxen/src/xen_vm_metrics.c
tools/libxen/src/xen_vtpm.c